Bump cowboy/cowlib for hex.audit security advisories - #148
Merged
Conversation
Fixes the HPACK/QPACK memory-exhaustion DoS (CVE-2026-59248, HIGH) and cowboy's duplicate-header max_headers bypass (CVE-2026-65624). Two residual cowlib advisories have no fixed release upstream yet. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scoped
mix deps.update cowboy cowlib(lockfile only, no constraint changes): cowboy 2.17.0 → 2.18.0, cowlib 2.18.0 → 2.19.0, plus transitive ranch 2.2.0 → 2.2.1.Fixed
max_headersbypass via duplicate header names → fixed in cowboy 2.18.0Residual (no fix released upstream)
mix hex.auditstill flags cowlib for EEF-CVE-2026-43966 (MEDIUM, response splitting via non-VCHAR bytes incow_http_struct_hd:escape_string/2) and EEF-CVE-2026-43969 (LOW, cookie header injection viacow_cookie:cookie/1). Per OSV, every cowlib ≥ 2.9.0 is affected and no patched release exists yet — 2.19.0 is the latest. Both require the app to reflect attacker-controlled data into response cookies/structured headers, which our LAN-only LiveView UI doesn't do; worth re-checking on the next cowlib release.Verification
mise run test: 930 passed, 0 failures🤖 Generated with Claude Code